Auto merge of #2126 - johshoff:default_dependency_header, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 10 Nov 2015 07:16:25 +0000 (07:16 +0000)
committerbors <bors@rust-lang.org>
Tue, 10 Nov 2015 07:16:25 +0000 (07:16 +0000)
commit6026a186422d942188f1e979cfd6b1001de8098c
tree28c1a6957c183de223d0adc0a8643f4db5bf70f9
parent178ede2e0a79edb1e176cd45cbb22090b90091b2
parente708411be650e2b464861e896170720de0226663
Auto merge of #2126 - johshoff:default_dependency_header, r=alexcrichton

Almost any project beyond "hello world" will have some dependencies.
Including the `[dependencies]` header by default makes this slightly
simpler.

For new users of the language, this can potentially save some
frustration since crates.io currently does not mention the header, just
the line that goes beneath it.

For all users, this makes adding the first dependency to a project less
of a special case than to subsequent dependencies.